Nullable.opEquals

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opEquals(N n)
  2. bool opEquals(T rhs)
    struct Nullable(T)
    const nothrow pure
    static if(__traits(compiles, (T a, T b)) && !is(T == class))
    bool
    opEquals
    (
    inout T rhs
    )
  3. bool opEquals(Nullable!T rhs)

Meta